 |
 |
 |
 |
#148708 - 11/26/01 12:37 PM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Member
Registered: 01/11/00
Posts: 322
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148709 - 11/26/01 04:09 PM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Coder
Registered: 06/10/01
Posts: 705
Loc: CT
|
Is there a way to keep the date and time of when the thread was started? Took alook at your site and think this is going to be another one of those must haves!
_________________________
...Steven Hostboard.com Running UBB v6.1.0.4 Doing what NO other UBB in the world is doing. The first & only production UBB powered by MySQL.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148711 - 11/26/01 04:26 PM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Coder
Registered: 06/10/01
Posts: 705
Loc: CT
|
I took a look at your site vs my development site. Mine also has along with the user, the date and time the thread started. My develoment site: www.pwrhouse.com/cgi-bin/ultimatebb.cgi
_________________________
...Steven Hostboard.com Running UBB v6.1.0.4 Doing what NO other UBB in the world is doing. The first & only production UBB powered by MySQL.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148713 - 11/26/01 05:24 PM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Coder
Registered: 06/10/01
Posts: 705
Loc: CT
|
To also include the date and time stamps of when the thread started <img src="smile.gif" border="0" alt="" />
_________________________
...Steven Hostboard.com Running UBB v6.1.0.4 Doing what NO other UBB in the world is doing. The first & only production UBB powered by MySQL.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148715 - 11/26/01 08:36 PM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Coder
Registered: 06/10/01
Posts: 705
Loc: CT
|
Yeppers <img src="biggrin.gif" border="0" alt="" />
_________________________
...Steven Hostboard.com Running UBB v6.1.0.4 Doing what NO other UBB in the world is doing. The first & only production UBB powered by MySQL.
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148758 - 12/13/01 06:19 AM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Junior Member
Registered: 12/11/01
Posts: 4
Loc: San Diego, CA
|
UBB v6.1.0.3 Good job, Slurpee! This mod works great! Here's a couple problems I found with the installation procedures. 1. The wordlets mod included with the views package appears to be incomplete. I installed the wordlets mod included with the Who's Online? Beta 2 This one installed flawlessly using ultimatebb_mod_wordlets_install.cgi. 2. The Who's online conflict instructions were incomplete. There were two "print" statements that needed to be commented out in UBB_FORUM.CGI to prevent cached items from being displayed multiple times. The following 'prints' should be commented out if you have Who's Online installed. sub get_forum { ... # get from cache, if it exists... ... # comment out this print print; ... # comment out this print print "$ThisHTML"; } Finally, I implemented a column "Views" format. To see the "views" mod in action: http://www.poetsofzwan.com/cgi-bin/ubb/ultimatebb.cgi
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148763 - 12/27/01 10:09 PM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Junior Member
Registered: 12/27/01
Posts: 4
|
for those of you that want the views in a different section/column use this code for the PUBLIC_FORUM_PAGE.PL Template instead. Find (Note your may defer if you have Last Reply hacked in) [/code]
[b]Insert After[/b] ( Note that where you put this will be the place where a new column will appear I placed it after replies and before last post)
[code] Your next step will be to place the data where its suppose to be: Find ( Note this may be different) [/code]
[b]Insert After[/b] ( This must correspond to where you place the column in the step above this)
[code] You are done..upload the template and if you have to clear you cache. DOC <font color="#000000" size="1">[ 12-27-2001 10:16 PM: Message edited by: ::DOC:: ]</font>
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#148764 - 12/28/01 11:50 AM
Re: [6.1x] Thread Views Counter 5.0 (BETA, VERY BETA)!
|
Junior Member
Registered: 06/01/01
Posts: 1
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|